/* 
Written by Joe Abi Raad
http://joeabiraad.com
joe.abiraad@gmail.com

Happy Coding :D
 */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:20px;
margin-top:50px;
}
h3{
font-size:12px;
font-weight:bold;
}
th{
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border-bottom:1px solid #ccc;
}
td{
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border-bottom:1px solid #ccc;
}
input{
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border:1px solid #222;
}
#logindiv {
  width:360px;
  height:220px;
  padding:24px;
  background:#ecfdce;
  border:1px solid #ccc;
  margin:auto;
}

#leftdiv {
  width:360px;
  height:220px;
  padding:24px;
  background:#ecfdce;
  border:1px solid #ccc;
  margin:auto;
}

#loginform {
  width:300px;
  height:200px;
  margin:auto;
}

#probetdiv {
  width:100px;
  padding:5px;
  background:#ecfdce;
  border:1px solid #ccc;
  margin:5px 5px 5px 5px;
}

#probetform {
  width:100px;
  margin:0px 0px 0px 0px;
}

#propromptDiv {
  padding:0px;
  margin-bottom:2px;
  background:#ffffff;
  text-align:center;
  font-size:10px;

  color:#666666;
  border:1px solid #222;
}

#probuttonDiv {
  text-align:center;
}


#promptDiv {
  width:278px;
  height:48px;
  padding:10px;
  margin-bottom:16px;
  background:#ffffff;
  text-align:center;
  font-size:12px;

  color:#666666;
  border:1px solid #222;
}

#buttonDiv {
  text-align:center;
}

.fieldTitle {
  margin-bottom:3px;
  font-weight:bold;
  color:#666666;
}
.fieldEntry {
  margin-bottom:8px;
}
